-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shell script wrappers #586
Conversation
I still need to do the container command, exec, run, and the two inspects, and then the same for docker. This is a WIP - the proof of concept seems to be okay so far! Signed-off-by: vsoch <[email protected]>
Signed-off-by: vsoch <[email protected]>
Signed-off-by: vsoch <[email protected]>
Signed-off-by: vsoch <[email protected]>
Signed-off-by: vsoch <[email protected]>
Hi. I'm facing an issue when testing this. For a certain software, I've defined a custom wrapper script for one of its aliases. Very much like |
Oh, the issue is also on the main branch ! it must come from one of the recent PRs, then |
Can you give me the command to reproduce? |
I have a feeling a script name is being provided as the variable instead of the template somewhere. If I can reproduce I can get it into this PR and fix asap! |
I could clearly reproduce the issue on |
Taking a look now. |
Signed-off-by: vsoch <[email protected]>
…e content! Signed-off-by: vsoch <[email protected]>
…rdless! Signed-off-by: vsoch <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
set_shell_function
is a Lua thing, right ? I can't see any reference to it in the rest of docker.tcl
and singularity.tcl
Co-authored-by: Matthieu Muffato <[email protected]>
Co-authored-by: Matthieu Muffato <[email protected]>
This will close #565